bitkeeper revision 1.1159.110.2 (416dcd02MO6G0PtKnA4XILutLWJVOA)
authormaw48@labyrinth.cl.cam.ac.uk <maw48@labyrinth.cl.cam.ac.uk>
Thu, 14 Oct 2004 00:49:06 +0000 (00:49 +0000)
committermaw48@labyrinth.cl.cam.ac.uk <maw48@labyrinth.cl.cam.ac.uk>
Thu, 14 Oct 2004 00:49:06 +0000 (00:49 +0000)
Update kernel versions and *kill* xda :-)

tools/examples/xmexample1
tools/examples/xmexample2

index b297d1d84671ac71011ea42a0b3098bc940d0706..7f66ce235d97e02d9c924239df62db6100135853 100644 (file)
@@ -8,7 +8,7 @@
 
 #----------------------------------------------------------------------------
 # Kernel image file.
-kernel = "/boot/vmlinuz-2.4.26-xenU"
+kernel = "/boot/vmlinuz-2.6.8.1-xenU"
 
 # Optional ramdisk.
 #ramdisk = "/boot/initrd.gz"
@@ -43,7 +43,7 @@ name = "ExampleDomain"
 # where UNAME is the device, DEV is the device name the domain will see,
 # and MODE is r for read-only, w for read-write.
 
-disk = [ 'phy:hda1,xda1,r' ]
+disk = [ 'phy:hda1,hda1,r' ]
 
 #----------------------------------------------------------------------------
 # Set the kernel command line for the new domain.
@@ -62,7 +62,7 @@ disk = [ 'phy:hda1,xda1,r' ]
 #hostname= "vm%d" % vmid
 
 # Set root device.
-root = "/dev/xda1 ro"
+root = "/dev/hda1 ro"
 
 # Root device for nfs.
 #root = "/dev/nfs"
index d6df731c451d026e929977ad19e7dd57eb57415c..131a79f9d54046c1bbad3dcdd00d2f12b40bf2f9 100644 (file)
@@ -36,7 +36,7 @@ xm_vars.check()
 
 #----------------------------------------------------------------------------
 # Kernel image file.
-kernel = "/boot/vmlinuz-2.4.26-xenU"
+kernel = "/boot/vmlinuz-2.6.8.1-xenU"
 
 # Optional ramdisk.
 #ramdisk = "/boot/initrd.gz"